.contactsOpacity{
  opacity: 33%;
}

.contactsUpperRow{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactsRightIcons{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.contactsIconsCont{
  height: 32px;
  width: 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactsIconsCont:hover{
  background-color: rgb(229, 231, 234);
}

.contactsSearchIcon{
  height: 15px;
  width: 15px;
}

.contactsSearchIcon:hover{
  cursor: pointer;
}

.contactsOptsIcon{
  height: 16px;
  width: 16px;
}

.contactsOptsIcon:hover{
  cursor: pointer;
}

.contactsCont{
  width: 100%;
  height: 48px;
  border-radius: 8px;
  padding: 2px 8px 2px 8px;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.contactsCont:hover{
  cursor: pointer;
  background-color: rgb(229, 231, 234);
}

.contactsMetaPhotoCont{
  height: 34px;
  width: 34px;
  border: 1px solid rgb(227, 227, 227);
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.contactsMetaPhoto{
  height: 34px;
  width: 34px;
  object-fit: center;
  object-position: center;
  border-radius: 100%;
}

.contactsFriendsPhoto{
  height: 36px;
  width: 36px;
  border-radius: 18px;
  object-fit: cover;
  object-fit: center;
  margin-right: 12px;
}

.contactsPhotoStoryRing{
  height: 34px;
  width: 34px;
  border: 2px solid rgb(8, 102, 255);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.contactsFriendsPhotoStory{
  height: 30px;
  width: 30px;
  border-radius: 100%;
  object-fit: cover;
  object-fit: center;
}

.contactsName{
  font-weight: 500;
  margin-top: -4px;
}